Skip to main content

FlowPDFExport Constructors

An object defining constructors for the FlowPDFExport class.

FlowPDFExport(name, workflowData, workflowCodeInstance)

Initializes a new instance of the FlowPDFExport step with the specified name, workflow data, and optional workflow code instance.

Parameters:

name (required): string
The name of the workflow step.

workflowData (required): IRuntimeWorkflowData
The runtime data associated with the workflow.

workflowCodeInstance (optional): IWorkflowCode
The workflow code instance providing runtime support for the step.


FlowPDFExport(name, workflowData, workflowCodeInstance)

Constructor for the FlowPDFExport class. Initializes a new instance of the FlowPDFExport class.

Parameters:

name (required): string
The name of the flow object.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.


FlowPDFExport(name,workflowData,workflowCodeInstance)

Initializes a new instance of the FlowPDFExport class with a name, workflow data, and workflow code instance.

Parameters:

name (required): string
The name of the API step.

workflowData (required): IRuntimeWorkflowData
The runtime workflow data.

workflowCodeInstance (optional): IWorkflowCode
The workflow code instance to use.